
 AddRes
~~~~~~~~
Program		AddRes
Purpose		This program allows directories to be easily added to ResourceFS
Version		1.00
Author		Paul Clifford
Copyright	(C) Paul Clifford
Licence		GPL


 About
=======

This program allows directories to be easily added to ResourceFS.


 Syntax
========

AddRes -path <Resources path> -include <directory/file>
       -title <module title> [-save <filename>]

Where:
    -path
        ResourceFS path, excluding 'Resource:$.'

    -include
        Pathname of directory to be included

    -title
        Name of module

    -save
        (Optional) Saves the module rather than inserting it into
        the module area

There is an obey file ('ARSetup') in this directory which uses AddRes to
place Menus.System and Menus.Files in ResourceFS, and alters Director$Path
so that Director makes use of them in preference to the disk versions.
(AddRes needs to be in the CSD or Run$Path to work, which it will be if you
have run Director.)

